Clarify migration steps for overviews table issue#787
Conversation
Updated migration instructions to clarify the fix for the missing overviews table during older database migrations.
JaroslavMasar74
left a comment
There was a problem hiding this comment.
edited according to comments
| ```bash | ||
| select * from project; | ||
| ``` | ||
| ```bash |
There was a problem hiding this comment.
We could probably just add link to public repository sql.
There was a problem hiding this comment.
yes I can only upload the link to download the SQL file
There was a problem hiding this comment.
we discussed that and for convenience I would keep it in docs, that's the source where admins are copy pasting commands
| Perform the migration: | ||
|
|
||
| 0. Fix table - migration from old to new MM version | ||
| 0. Fix the issue of missing overviews table in case it was not created during older db migration. |
There was a problem hiding this comment.
I think this could go to the step where migrations are running - no step 0. You need to double check if map_overviews table is there and if not just run sql.
There was a problem hiding this comment.
I think it would be a good idea to fix this before running the migration so that there is no error message about the missing table.
There was a problem hiding this comment.
I think this table fix belongs to 2025.7.3 migration as that is the one which relies on that missing table (and potentially also newer ones).
Updated migration instructions to clarify the fix for the missing overviews table during older database migrations.